html,body{
  font-family: 'Droid Sans', 'Helvetica', Arial, sans-serif;
  background:#99FFCC;
  margin: 0px;
  padding: 0px;
  height: 100%;
  
}

footer{
  display: none;
  
 }
 header{
  display: none;
 }
 
#myCircle,#hor,#min,#seg{
  display: none;
}
#tex{
  display: none;
}
#map{
  margin: 0;
  padding: 0;
  float: left;
  width: 75%;
  height:500px;
   border:none;
  border-width: 2px;
  background: white;
}

 #boton{
  display: none;
}